home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 November / Macworld Nov ’95.toast / Developers / BoxMaker++ / µZak ƒ / µZak.note < prev    next >
Encoding:
Text File  |  1995-06-14  |  917 b   |  21 lines  |  [TEXT/KAHL]

  1. Known bugs:
  2.  
  3. - error handling is poor, especially during the opening of movies.
  4.  
  5. - some older sound medias have mediatypes of zero (as opposed to SoundMediaType)
  6.   These movies are not played since a mediatype of zero does not have to signal
  7.   a sound media (or should that be 'a sound medium'?)
  8.  
  9. - should figure out how much memory the application really needs. It appears that
  10.   QuickTime grabs most of the memory from somewhere else than the application heap,
  11.   so µZak runs fine in about 100K. I don't know whether this is generally true, though.
  12.  
  13. - Randomize does not work as expected (when launching with multiple files the first
  14.   random one may get selected after only one has been added to the queue. Thus, the
  15.   first file selected is not really a random one).
  16.  
  17. Version history:
  18.  
  19. 950525    1.2, Added 'volume' and 'Randomize' options to dialog
  20. 950614    1.3, using BoxMaker++ 1.3, some bug fixes in volume pop-up
  21.